home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 2000 August: Tool Chest / Dev.CD Aug 00 TC Disk 2.toast / pc / sample code / interapplication comm / makestartupaliastome / scripts / makestartupalias.txt
Encoding:
Text File  |  2000-06-23  |  171 b   |  9 lines

  1.  
  2. on open fileList
  3.     tell application "Finder"
  4.         repeat with listItem in fileList
  5.             make new alias file to listItem at startup items folder
  6.         end repeat
  7.     end tell
  8. end open
  9.